Added flags to waypoint and route structure (CET conversions).
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 5 Dec 2005 13:31:29 +0000 (13:31 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 5 Dec 2005 13:31:29 +0000 (13:31 +0000)
gpsbabel/defs.h

index ea8a848cffc09ec6222de27b80303faab858ee11..9bea4dfcc4bca7417af0969a36df9d9752e781e8 100644 (file)
@@ -220,6 +220,7 @@ fs_xml *fs_xml_alloc( long type );
 typedef struct {
        unsigned int icon_descr_is_dynamic:1; 
        unsigned int shortname_is_synthetic:1;
+       unsigned int cet_converted:1;           /* strings are converted to UTF8; interesting only for input */
 } wp_flags;
 
 /*
@@ -316,6 +317,7 @@ typedef struct {
        int rte_num;
        int rte_waypt_ct;               /* # waypoints in waypoint list */
        format_specific_data *fs;
+       unsigned short cet_converted;   /* strings are converted to UTF8; interesting only for input */
 } route_head;
 
 /*